Fix a typo in the docs. (#316419, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2005 18:55:02 +0000 (18:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Sep 2005 18:55:02 +0000 (18:55 +0000)
2005-09-19  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
Guillaume Cottenceau)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkiconview.c

index 1b1b227d96f8d9a6d6cff039f9a14663209a6773..4120cf1b4a891b9a78712dbe8611e685ccf5e0f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
        in multiple places to avoid segfaults if the index is out of range.  
        (#316422, Guillaume Cottenceau)
+       (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
+       Guillaume Cottenceau)
 
 2005-09-18  Hans Breuer  <hans@breuer.org>
 
index 1b1b227d96f8d9a6d6cff039f9a14663209a6773..4120cf1b4a891b9a78712dbe8611e685ccf5e0f4 100644 (file)
@@ -3,6 +3,8 @@
        * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
        in multiple places to avoid segfaults if the index is out of range.  
        (#316422, Guillaume Cottenceau)
+       (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
+       Guillaume Cottenceau)
 
 2005-09-18  Hans Breuer  <hans@breuer.org>
 
index 0f8bdfae688889095627cb375df56271296e78a3..02d76b4fdd0f0c13f23eef1a4e9848c780283970 100644 (file)
@@ -3929,7 +3929,7 @@ gtk_icon_view_move_cursor_start_end (GtkIconView *icon_view,
  * @path: The path of the item to move to.
  * @use_align: whether to use alignment arguments, or %FALSE.
  * @row_align: The vertical alignment of the item specified by @path.
- * @col_align: The horizontal alignment of the item specified by @column.
+ * @col_align: The horizontal alignment of the item specified by @path.
  *
  * Moves the alignments of @icon_view to the position specified by @path.  
  * @row_align determines where the row is placed, and @col_align determines where